bytevalues = hex2byte(hexcode)
Convert hexadecimal string to byte.
| hexcode | char[N,2] | hexadecimal code matrix
byteData is char array with elements in the range
0123456789ABCDEF.
|
| u | uint8[N,1] | Corresponding uint8 value 00==>0 01==>1 .. 10==>16 .. .. 11==>256 |